projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e4cda
)
(custom-face-attributes): Add :inverse-video.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 May 1997 21:49:30 +0000
(21:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 May 1997 21:49:30 +0000
(21:49 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 8b9ed38641c8b6ed5c35de70beaac8b2c2d74700..773dbccd8d8d64cc741a6fff83902abdee7b9557 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-77,6
+77,11
@@
Control whether an italic font should be used.")
Control whether the text should be underlined.")
set-face-underline-p
face-underline-p)
+ (:inverse-video (toggle :format "%[Inverse-Video%]: %v\n"
+ :help-echo "\
+Control whether the text should be in inverse video.")
+ set-face-inverse-video-p
+ face-inverse-video-p)
(:foreground (color :tag "Foreground"
:value "black"
:help-echo "Set foreground color.")